home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #262 (1993)(Rhein-Sieg-Soft).zip / Franz PD Disk #262 (1993)(Rhein-Sieg-Soft).adf / SuperView / Install_SuperView.script < prev    next >
Text File  |  1993-10-11  |  449b  |  24 lines

  1. ; Install_SuperView.script V1.0 (26.9.1993)
  2. ; © 1993 by Andreas R. Kleinert.
  3. ; This is the Installer Script for SuperView
  4.  
  5. (copyfiles
  6.   (prompt "Installing SuperView now.")
  7.   (help @copyfiles-help)
  8.   (source ":SuperView")
  9.   (set svcomdir
  10.           (askdir
  11.              (prompt "Select path to install SuperView to")
  12.              (help @askdir-help)
  13.              (newpath)
  14.              (default "SYS:SuperView")
  15.           )
  16.   )
  17.   (dest svcomdir)
  18.   (all)
  19.   (infos)
  20.   (confirm)
  21. )
  22.  
  23.  
  24.